projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7e234
)
libxl: add a newline to xl logging
author
Keir Fraser
<keir.fraser@citrix.com>
Sun, 17 Jan 2010 17:57:11 +0000
(17:57 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sun, 17 Jan 2010 17:57:11 +0000
(17:57 +0000)
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/xl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl.c
b/tools/libxl/xl.c
index 1e95ac5d5c75840ebc79a4fb28cea21282a0f5d4..ed3ca4e1ce0f72114b4ef4c8f32ce27d8fb488a8 100644
(file)
--- a/
tools/libxl/xl.c
+++ b/
tools/libxl/xl.c
@@
-68,7
+68,7
@@
static int domain_qualifier_to_domid(struct libxl_ctx *ctx, char *p, uint32_t *d
return libxl_name_to_domid(ctx, p, domid);
}
-#define LOG(_f, _a...) dolog(__FILE__, __LINE__, __func__, _f, ##_a)
+#define LOG(_f, _a...) dolog(__FILE__, __LINE__, __func__, _f
"\n"
, ##_a)
void dolog(const char *file, int line, const char *func, char *fmt, ...)
{